home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsc92nov.zip / fileno.c < prev    next >
Text File  |  1992-11-02  |  137b  |  7 lines

  1. # ident "@(#)fileno.c    (C) M.Blume, Princeton University, 1.2"
  2.  
  3. int fileno (void *file)
  4. {
  5.   return 9999;            /* Cannot figure out more */
  6. }
  7.